home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / u_man / cat3 / Tcl / global.z / global
Encoding:
Text File  |  2002-10-03  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. gggglllloooobbbbaaaallll((((3333TTTTccccllll))))                                                      gggglllloooobbbbaaaallll((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      global - Access global variables
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      gggglllloooobbbbaaaallll _v_a_r_n_a_m_e ?_v_a_r_n_a_m_e ...?
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This command is ignored unless a Tcl procedure is being interpreted.  If
  17.      so then it declares the given _v_a_r_n_a_m_e's to be global variables rather
  18.      than local ones.  For the duration of the current procedure (and only
  19.      while executing in the current procedure), any reference to any of the
  20.      _v_a_r_n_a_m_es will refer to the global variable by the same name.
  21.  
  22.  
  23. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  24.      global, procedure, variable
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.